Does somebody know where I can go to find a list of the error codes that RPE gives you? I'm looking for one that is a warning - CRRPE3612W. chrscote - Thu Mar 09 15:14:28 EST 2017 |
Re: Finding error codes
messagesIdMapping.put("3612", "docspec.auto_authentication.datasource");
messagesLevelMapping.put("3612", RPELog.Level.WARNING);
docspec.auto_authentication.datasource=Credentials provided for data source {0} but the authentication method is not explicitly specified. This may result in errors.
docspec.auto_authentication.datasource.explanation=RPE might fail to authenticate to retrieve the data.
docspec.auto_authentication.datasource.useraction=Specify the authentication method (Basic,Form,OAuth) used by the data source.
The above snippets are from the RPE 2.1.1 source, does that help you?
|
Re: Finding error codes This doesn't really help. I'm just looking for a list of the errors/warnings that RPE gives you when you publish. We just upgraded our Publishing Engine to 2.1.1 and when I published I got that warning code for some of my data sources. So I was just curious if there was a page that gave a listing of error and warning messages so I could see what I need to do to fix this.
Chris |
Re: Finding error codes Try posting on the RPE forum: |
Re: Finding error codes
Read under 'Rational DOORS Error Messages'. Or just google the error code - most often, an IBM KnowledgeCenter link will be the top hit and will tell you more - though sometimes little more than the error message you've already seen! |